EntityFieldQueryTestCase::$field_names |
property |
core/modules/entity/tests/entity_query.test |
|
FieldTranslationsTestCase::$field_name |
property |
core/modules/field/tests/field.test |
|
TaxonomyTermFieldTestCase::$field_name |
property |
core/modules/taxonomy/tests/taxonomy.test |
|
FileNameMungingTest::$name_with_uc_ext |
property |
core/modules/simpletest/tests/file.test |
|
ListDynamicValuesTestCase::$field_name |
property |
core/modules/field/modules/list/tests/list.test |
|
FileNameMungingTest::testMungeNullByte |
function |
core/modules/simpletest/tests/file.test |
Tests munging with a null byte in the filename. |
BackdropWebTestCase::assertFieldByName |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field exists in the current page with the given name and value. |
PagePreviewTestCase::$field_email_name |
property |
core/modules/node/tests/node.test |
|
DatabaseConnection::$temporaryNameIndex |
property |
core/includes/database/database.inc |
An index used to generate unique temporary table names. |
BackdropStreamWrapperInterface::dirname |
function |
core/includes/stream_wrappers.inc |
Gets the name of the directory from a given path. |
FieldGetValueTestCase::$test_field_name |
property |
core/modules/field/tests/field.test |
|
FieldAttachOtherTestCase::$field_name_2 |
property |
core/modules/field/tests/field.test |
|
FileExampleSessionStreamWrapper::rename |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for rename(). |
DatabaseSchema::buildTableNameCondition |
function |
core/includes/database/schema.inc |
Build a condition to match a table name against the information_schema. |
PathPatternTokenTestCase::mapTokenNames |
function |
core/modules/path/tests/path_pattern.test |
|
DatabaseStatementPrefetch::$columnNames |
property |
core/includes/database/prefetch.inc |
The list of column names in this result set. |
FieldUIManageFieldsTestCase::$field_name |
property |
core/modules/field_ui/tests/field_ui.test |
|
views_handler_field_comment_username.inc |
file |
core/modules/comment/views/views_handler_field_comment_username.inc |
Definition of views_handler_field_comment_username. |
TaxonomyTermIndexTestCase::$field_name_1 |
property |
core/modules/taxonomy/tests/taxonomy.test |
|
FileExampleSessionStreamWrapper::dirname |
function |
modules/examples/file_example/file_example_session_streams.inc |
Gets the name of the directory from a given path. |
TaxonomyTermIndexTestCase::$field_name_2 |
property |
core/modules/taxonomy/tests/taxonomy.test |
|
views_handler_field_machine_name::render |
function |
core/modules/views/handlers/views_handler_field_machine_name.inc |
Render the field. |
BackdropUpdaterInterface::getProjectName |
function |
core/includes/updater.inc |
Returns the system name of the project. |
drupal_install_profile_distribution_name |
function |
core/includes/drupal.inc |
Loads the installation profile, extracting its defined distribution name. |
views_handler_sort_ncs_last_comment_name |
class |
core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc |
Sort handler to sort by last comment name which might be in 2 different
fields. |
BackdropWebTestCase::assertNoFieldByName |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field does not exist with the given name and value. |
DatabaseTransactionNameNonUniqueException |
class |
core/includes/database/database.inc |
Exception thrown when a savepoint or transaction name occurs twice. |
views_handler_field_ncs_last_comment_name |
class |
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Field handler to present the name of the last comment poster. |
UserPermissionsTestCase::$admin_role_name |
property |
core/modules/user/tests/user.test |
|
FieldTokenTestCase::$test_date_field_name |
property |
core/modules/field/tests/field.test |
|
ImageStylesPathAndUrlUnitTest::$style_name |
property |
core/modules/image/tests/image.test |
|
views_handler_argument::summary_name_field |
function |
core/modules/views/handlers/views_handler_argument.inc |
Add the name field, which is the field displayed in summary queries.
This is often used when the argument is numeric. |
views_handler_field_file_icon::getIconName |
function |
core/modules/file/views/views_handler_field_file_icon.inc |
Map file extensions to Phosphor icons. |
LayoutEntityLayoutsTest::$field_email_name |
property |
core/modules/layout/tests/layout_entity.test |
|
views_handler_field_node_type::render_name |
function |
core/modules/node/views/views_handler_field_node_type.inc |
Render node type as human readable name, unless using machine_name option. |
views_handler_field_file_type::render_name |
function |
core/modules/file/views/views_handler_field_file_type.inc |
Render file type as human readable name, unless using machine_name option. |
views_handler_field_user_name::render_link |
function |
core/modules/user/views/views_handler_field_user_name.inc |
|
backdrop_install_profile_distribution_name |
function |
core/includes/install.inc |
Loads the installation profile, extracting its defined distribution name. |
views_handler_filter_user_name::value_form |
function |
core/modules/user/views/views_handler_filter_user_name.inc |
Options form subform for setting options. |
views_handler_relationship_broken::ui_name |
function |
core/modules/views/handlers/views_handler_relationship.inc |
Return a string representing this handler's name in the UI. |
UserPermissionsTestCase::$editor_role_name |
property |
core/modules/user/tests/user.test |
|
views_handler_field_comment_username::init |
function |
core/modules/comment/views/views_handler_field_comment_username.inc |
Override init function to add uid and homepage fields. |
views_handler_argument_date::get_sort_name |
function |
core/modules/views/handlers/views_handler_argument_date.inc |
Return a description of how the argument would normally be sorted. |
FileNameMungingTest::testMungeIgnoreAllowed |
function |
core/modules/simpletest/tests/file.test |
Allowed extensions are ignored by file_munge_filename(). |
views_handler_field_user_name::options_form |
function |
core/modules/user/views/views_handler_field_user_name.inc |
Provide link to node option |
views_handler_argument_string::summary_name |
function |
core/modules/views/handlers/views_handler_argument_string.inc |
Provides the name to use for the summary. By default this is just
the name field. |
UserViewsHandlerFieldNameTest::testUserName |
function |
core/modules/user/tests/user_views_handler_field_name.test |
|
ViewsExposedFormTest::testRenameResetButton |
function |
core/modules/views/tests/views_exposed_form.test |
Tests, whether and how the reset button can be renamed. |
_layout_flexible_template_region_name_exists |
function |
core/modules/layout/layout.flexible.inc |
Callback: Check if machine_name is unique. |
views_handler_sort_ncs_last_comment_name.inc |
file |
core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc |
Definition of views_handler_sort_ncs_last_comment_name. |