hook_field_update_instance |
function |
drupal/core/modules/field/field.api.php |
Act on a field instance being updated. |
OverviewBase::$entity_type |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
The name of the entity type. |
PoStreamReader::$_finished |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Indicator of whether the stream reading is finished. |
Twig_Tests_IntegrationTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php |
|
AsseticTokenParser::getTag |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
hook_field_delete_instance |
function |
drupal/core/modules/field/field.api.php |
Act on a field instance being deleted. |
WebTestBase::drupalGetJSON |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Retrieves a Drupal path or an absolute path and JSON decode the result. |
TemplateMethodsTest::setUp |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/TemplateMethodsTest.php |
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed. |
CommentBlockTest::$modules |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php |
Modules to enable. |
OptiPngFilter::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php |
Constructor. |
ExpiringCache::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php |
|
CurlHandle::BODY_AS_STRING |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php |
|
Request::createFromGlobals |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Creates a new request with values from PHP's super globals. |
DummyReadOnlyStreamWrapper |
class |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyReadOnlyStreamWrapper.php |
Helper class for testing the stream wrapper registry. |
LengthValidatorTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
|
HasDispatcherInterface.php |
file |
drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php |
|
PHP_CodeCoverage::getTests |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Returns the test data. |
WebTestBase::drupalGetAJAX |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Requests a Drupal path in drupal_ajax format, and JSON decodes the response. |
ModuleHandler::loadInclude |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Implements \Drupal\Core\Extension\ModuleHandlerInterface::loadInclude(). |
theme_test_preprocess_html |
function |
drupal/core/modules/system/tests/modules/theme_test/theme_test.module |
Implements hook_preprocess_HOOK() for html.tpl.php. |
LayoutManager::__construct |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Type/LayoutManager.php |
Overrides Drupal\Component\Plugin\PluginManagerBase::__construct(). |
ClassMetadata::$properties |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
|
InlineFragmentRendererTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php |
|
MetadataBag::getStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
Gets the storage key for this bag. |
aggregator_load_feed_items |
function |
drupal/core/modules/aggregator/aggregator.pages.inc |
Loads and optionally filters feed items. |
MapArray::copyValuesToKeys |
function |
drupal/core/lib/Drupal/Component/Utility/MapArray.php |
Forms an associative array from a linear array. |
FieldItemBase::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Overrides \Drupal\Core\TypedData\TypedData::__construct(). |
EasyRdf_Graph::hasProperty |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Check to see if a property exists for a resource. |
ModuleHandler::getHookInfo |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Implements \Drupal\Core\Extension\ModuleHandlerInterface::getHookInfo(). |
Twig_Node_Sandbox::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Sandbox.php |
Compiles the node to PHP. |
SiteMaintenanceTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php |
Sets up a Drupal site for running functional and integration tests. |
EntityManagerTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityManagerTest.php |
|
ApiDataTest::testViewsData |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/ApiDataTest.php |
Unit testing the views data structure. |
MachineName::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
RevisionLinkDelete::access |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkDelete.php |
Check whether current user has access to this handler. |
TestProcessor::postProcess |
function |
drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/processor/TestProcessor.php |
Implements \Drupal\aggregator\Plugin\ProcessorInterface::postProcess(). |
Connection::queryTemporary |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Runs a SELECT query and stores its results in a temporary table. |
breakpoint_themes_disabled |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Implements hook_themes_disabled(). |
AsseticExtension::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php |
|
DRUPAL_USER_TIMEZONE_EMPTY |
constant |
drupal/core/modules/system/system.module |
New users will get an empty time zone at registration. |
breakpoint_modules_enabled |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Implements hook_modules_enabled(). |
AliasManager::$firstLookup |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Whether lookupPath() has not yet been called. |
ConditionFormTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Condition/ConditionFormTest.php |
|
GroupByNumeric::adminLabel |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Return a string representing this handler's name in the UI. |
entity_reference.admin.css |
file |
drupal/core/modules/entity_reference/css/entity_reference.admin.css |
.entity_reference-settings {
margin-left: 1.5em; /* LTR */
} |
SetDialogOptionCommand.php |
file |
drupal/core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
Contains \Drupal\Core\Ajax\SetDialogOptionCommand. |
AttributeArray::__toString |
function |
drupal/core/lib/Drupal/Core/Template/AttributeArray.php |
Implements the magic __toString() method. |
MockRouteProvider::$routes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
A collection of routes for this route provider. |
XmlEncoderTest::testEncode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |