aggregator_queue_info |
function |
drupal/core/modules/aggregator/aggregator.module |
Implements hook_queue_info(). |
StatementEmpty::valid |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
|
MemoryBackend::delete |
function |
drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::delete(). |
MetadataGeneratorTest |
class |
drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php |
Test in-place field editing metadata. |
TwigReferenceUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceUnitTest.php |
Unit tests for TwigReference class. |
EntityBCDecoratorTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php |
Tests Entity API base functionality. |
RedisMock::setTimeout |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php |
Sets an expiration time on an item. |
LocaleTranslation.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php |
Contains \Drupal\Core\Language\LocaleTranslation. |
node_type_form_submit |
function |
drupal/core/modules/node/content_types.inc |
Form submission handler for node_type_form(). |
PHP_Token_LOGICAL_XOR |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
ViewUI::renderPreview |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
|
Element::parseElement |
function |
drupal/core/lib/Drupal/Core/Config/Schema/Element.php |
Create typed config object. |
TriggeringElementTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php |
Test that FAPI correctly determines $form_state['triggering_element']. |
PhpDumper::startClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds the class headers. |
NoArgTestCaseTest.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/NoArgTestCaseTest.php |
|
TestPluginManager.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/TestPluginManager.php |
Definition of Drupal\plugin_test\Plugin\TestPluginManager. |
node_node_type_update |
function |
drupal/core/modules/node/content_types.inc |
Implements hook_node_type_update(). |
PHP_Token_LOGICAL_AND |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
PHP_Token_Stream::key |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
ConcreteTest::testTwo |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ConcreteTest.php |
|
BundleSchema::$bundle |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php |
The bundle that this term identifies. |
FieldXssTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
|
Rearrange::getFormKey |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Rearrange.php |
Implements \Drupal\views_ui\Form\Ajax\ViewsFormInterface::getFormKey(). |
MenuLink::$route_name |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The name of the route associated with this menu link, if any. |
PhpSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
Test class for PhpSessionStorage. |
EntityBCDecorator.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Contains \Drupal\Core\Entity\EntityBCDecorator. |
DeleteForm::buildForm |
function |
drupal/core/modules/contact/lib/Drupal/contact/Form/DeleteForm.php |
Overrides \Drupal\Core\Form\ConfirmFormBase::buildForm(). |
filter_admin_overview |
function |
drupal/core/modules/filter/filter.admin.inc |
Page callback: Form constructor for a form to list and reorder text formats. |
FieldInstanceEditForm |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php |
Provides a form for the field instance settings form. |
Lexer::isNextTokenAny |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php |
Checks whether any of the given tokens matches the current lookahead |
ConflictHttpException |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php |
ConflictHttpException. |
Views filter handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Handlers to tell Views how to filter queries. |
CallbackValidatorTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
custom_block_schema_0 |
function |
drupal/core/modules/block/custom_block/custom_block.install |
Implements hook_schema_0(). |
language_element_info |
function |
drupal/core/modules/language/language.module |
Implements hook_element_info(). |
taxonomy_term_is_page |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Returns whether the current page is the page of the passed-in term. |
AbstractLogger::alert |
function |
drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php |
Action must be taken immediately. |
DrupalKernelInterface |
interface |
drupal/core/lib/Drupal/Core/DrupalKernelInterface.php |
The interface for DrupalKernel, the core of Drupal. |
DependencyFailureTest |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/DependencyFailureTest.php |
|
UserSession::$session |
property |
drupal/core/lib/Drupal/Core/Session/UserSession.php |
Session data. |
UserTranslationUITest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Tests the User Translation UI. |
ConfigStorageTestBase |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
Base class for testing storage controller operations. |
SelectTest::testUnion |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests that we can UNION multiple Select queries together. |
ContextErrorException |
class |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/ContextErrorException.php |
Error Exception with Variable Context. |
PhpDumper::addAliases |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds the aliases property definition |
DataEntityRow::render |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataEntityRow.php |
Overrides \Drupal\views\Plugin\views\row\RowPluginBase::render(). |
AttributeBagInterface |
interface |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php |
Attributes store. |
drupal_install_schema |
function |
drupal/core/includes/schema.inc |
Creates all tables defined in a module's hook_schema(). |
ConfigImporter::getId |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Returns the identifier for events and locks. |
NumberItemTest::setUp |
function |
drupal/core/modules/number/lib/Drupal/number/Tests/NumberItemTest.php |
Set the default field storage backend for fields created during tests. |