GraphvizDumper::startDot |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Returns the start dot. |
CommentThreadingTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php |
Definition of Drupal\comment\Tests\CommentThreadingTest. |
form_type_datelist_value |
function |
drupal/core/modules/datetime/datetime.module |
Element value callback for datelist element. |
Language::TYPE_INTERFACE |
constant |
drupal/core/lib/Drupal/Core/Language/Language.php |
The type of language used to select the user interface. |
StorageInterface::encode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Encodes configuration data into the storage-specific format. |
MapClassLoader::register |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/MapClassLoader.php |
Registers this instance as an autoloader. |
JsonDecode::$associative |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
Specifies if the returned result should be an associative array or a nested stdClass object hierarchy. |
Field::getStorageDetails |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
Returns information about how the storage backend stores the field data. |
ComplexDataInterface.php |
file |
drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php |
Contains \Drupal\Core\TypedData\ComplexDataInterface. |
StorageInterface::decode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Decodes configuration data from the storage-specific format. |
Twig_TokenParser_Include |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Include.php |
Includes a template. |
PngoutFilter::FILTER_X_Y |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php |
|
EntityParent::$firstName |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php |
|
MapClassLoader::findFile |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/MapClassLoader.php |
Finds the path to the file where the class is defined. |
GraphTest::assertWeights |
function |
drupal/core/tests/Drupal/Tests/Component/Graph/GraphTest.php |
Verify expected order in a graph. |
ArrayCollection::indexOf |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Searches for a given element and, if found, returns the corresponding key/index
of that element. The comparison of two elements is strict, that means not
only the value but also the type must match.
For objects this means reference equality. |
Numeric::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
Provide a list of all the numeric operators |
DateValidatorTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php |
|
BlockTitleXSSTest::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTitleXSSTest.php |
Sets up a Drupal site for running functional and integration tests. |
WincacheCacheTest::setUp |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php |
|
RouteObjectInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
|
Twig_NodeOutputInterface |
interface |
drupal/core/vendor/twig/twig/lib/Twig/NodeOutputInterface.php |
Represents a displayable node in the AST. |
telephone_field_is_empty |
function |
drupal/core/modules/telephone/telephone.module |
Implements hook_field_is_empty(). |
Response::getContentType |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the Content-Type HTTP header |
DisplayUnitTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php |
|
ArrayCollection::getKeys |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Gets all keys/indexes of the collection elements. |
Process::getExitCodeText |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns a string representation for the exit code returned by the process. |
JsonDecode::getLastError |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
Returns the last decoding error (if any). |
EsiListener::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/EsiListener.php |
Constructor. |
InvalidArgumentException |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php |
Base InvalidArgumentException for Dependency Injection component. |
AnnotationWithAttributes |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
Plugin annotation
@Target("ALL")
@Attributes({
@Attribute("mixed", type = "mixed"),
@Attribute("boolean", type = "boolean"),
@Attribute("bool", type = "bool"),
@Attribute("float", … |
form_pre_render_checkbox |
function |
drupal/core/includes/form.inc |
Prepares a #type 'checkbox' render element for theme_input(). |
FieldInfo::$emptyBundles |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Separately tracks requested bundles that are empty (or do not exist). |
LocaleTranslation::reset |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php |
Resets translation cache. |
UserAdminListingTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php |
Contains \Drupal\user\Tests\UserAdminListingTest. |
ViewListController::load |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewListController.php |
Overrides Drupal\Core\Entity\EntityListController::load(); |
Tables::ensureFieldTable |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Join field table if necessary. |
UserRoleAdminTest::setUp |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php |
Sets up a Drupal site for running functional and integration tests. |
Process::hasBeenSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns true if the child process has been terminated by an uncaught signal. |
bundle_test.services.yml |
file |
drupal/core/modules/system/tests/modules/bundle_test/bundle_test.services.yml |
drupal/core/modules/system/tests/modules/bundle_test/bundle_test.services.yml |
PHPUnit_Util_Test::SMALL |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
|
HandlerBase::$tableAlias |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
The alias of the table of this handler which is used in the query. |
TaggedWithTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php |
Modules to enable. |
ChainRouter::__construct |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
Entity::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Entity.php |
Default options form that provides the label widget that all fields
should have. |
DebugLoggerInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php |
|
InsertCommand::$selector |
property |
drupal/core/lib/Drupal/Core/Ajax/InsertCommand.php |
A CSS selector string. |
ViewsDataTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
Overrides Drupal\views\Tests\ViewTestBase::viewsData(). |
PngoutFilter::$pngoutBin |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php |
|
ArrayCollection::isEmpty |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Checks whether the collection is empty. |