Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityQueryTest::testCaseSensitivity function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test case sensitive and in-sensitive query conditions.
EntityQueryTest::testConditionCount function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests that condition count returns expected number of conditions.
EntityQueryTest::testConditionOnRevisionMetadataKeys function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests entity queries with condition on the revision metadata keys.
EntityQueryTest::testCount function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test that count queries are separated across entity types.
EntityQueryTest::testDelta function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test queries with delta conditions.
EntityQueryTest::testEntityQuery function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test basic functionality.
EntityQueryTest::testInjectionInCondition function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test against SQL inject of condition field. This covers a
database driver's EntityQuery\Condition class.
EntityQueryTest::testMetaData function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test adding a tag and metadata to the Entity query object.
EntityQueryTest::testNestedConditionGroups function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests that nested condition groups work as expected.
EntityQueryTest::testPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test pending revisions.
EntityQueryTest::testSort function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test sort().
EntityQueryTest::testTableSort function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test tablesort().
EntityQueryTest::testToString function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests __toString().
EntityQueryTest::testWithTwoEntityReferenceFieldsToSameEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests that EntityQuery works when querying the same entity from two fields.
EntityReference::$usesAJAX property core/modules/views/src/Plugin/views/display/EntityReference.php Whether the display allows the use of AJAX or not.
EntityReference::$usesAttachments property core/modules/views/src/Plugin/views/display/EntityReference.php Whether the display allows attachments.
EntityReference::$usesFields property core/modules/views/src/Plugin/views/style/EntityReference.php Does the style plugin for itself support to add fields to its output.
EntityReference::$usesGrouping property core/modules/views/src/Plugin/views/style/EntityReference.php Does the style plugin support grouping of rows.
EntityReference::$usesPager property core/modules/views/src/Plugin/views/display/EntityReference.php Whether the display allows the use of a pager or not.
EntityReference::$usesRowPlugin property core/modules/views/src/Plugin/views/style/EntityReference.php Whether or not this style uses a row plugin.
EntityReference::buildOptionsForm function core/modules/views/src/Plugin/views/style/EntityReference.php Provide a form to edit options for this plugin.
EntityReference::buildOptionsForm function core/modules/views/src/Plugin/views/row/EntityReference.php Provide a form for setting options.
EntityReference::defineOptions function core/modules/views/src/Plugin/views/row/EntityReference.php Information about options for all kinds of purposes will be held here.
EntityReference::defineOptions function core/modules/views/src/Plugin/views/style/EntityReference.php Information about options for all kinds of purposes will be held here.
EntityReference::defineOptions function core/modules/views/src/Plugin/views/display/EntityReference.php Information about options for all kinds of purposes will be held here.
EntityReference::getString function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Returns a string representation of the data.
EntityReference::isTargetNew function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Checks whether the target entity has not been saved yet.
EntityReference::optionsSummary function core/modules/views/src/Plugin/views/display/EntityReference.php Provides the default summary for options in the views UI.
EntityReference::setValue function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Sets the data value.
EntityReference::usesExposed function core/modules/views/src/Plugin/views/display/EntityReference.php Determines if this display uses exposed filters.
EntityReference::__construct function core/modules/views/src/Plugin/views/display/EntityReference.php Constructs a new EntityReference object.
EntityReference::__construct function core/lib/Drupal/Core/Field/Plugin/migrate/field/d7/EntityReference.php Constructs a \Drupal\Component\Plugin\PluginBase object.
EntityReferenceAdminTest class core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Tests for the administrative UI.
EntityReferenceAdminTest class core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests for the administrative UI.
EntityReferenceAdminTest.php file core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest.php file core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php The theme to install as the default for testing.
EntityReferenceAdminTest::$defaultTheme property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php The theme to install as the default for testing.
EntityReferenceAdminTest::$modules property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Modules to install.
EntityReferenceAdminTest::$modules property core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Modules to install.
EntityReferenceAdminTest::$type property core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php The name of the content type created for testing purposes.
EntityReferenceAdminTest::$type property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php The name of the content type created for testing purposes.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAdminTest::createEntityReferenceField function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Creates a new Entity Reference fields with a given target type.
EntityReferenceAdminTest::setUp function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest::setUp function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest::testAvailableFormatters function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests the formatters for the Entity References.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.