Memory::releaseItem |
function |
drupal/core/lib/Drupal/Core/Queue/Memory.php |
Implements Drupal\Core\Queue\QueueInterface::releaseItem(). |
Insert::useDefaults |
function |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
Specifies fields for which the database defaults should be used. |
MimeTypeMatcherTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Basic tests for the MimeTypeMatcher class. |
RouteTest::testHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
WidgetPluginManager |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetPluginManager.php |
Plugin type manager for field widgets. |
SprocketsFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php |
|
UpdateModuleHandler |
class |
drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php |
Deals with module enables and throws exception if hooks fired during updates. |
node_user_predelete |
function |
drupal/core/modules/node/node.module |
Implements hook_user_predelete(). |
Memory::createQueue |
function |
drupal/core/lib/Drupal/Core/Queue/Memory.php |
Implements Drupal\Core\Queue\QueueInterface::createQueue(). |
Merge::insertFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Adds a set of field->value pairs to be inserted. |
TestElementMetadata |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|
RouteSubscriber.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
|
Stream::IS_READABLE |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
filter_library_info |
function |
drupal/core/modules/filter/filter.module |
Implements hook_library_info(). |
image_effect_delete |
function |
drupal/core/modules/image/image.module |
Deletes an image effect. |
Memory::deleteQueue |
function |
drupal/core/lib/Drupal/Core/Queue/Memory.php |
Implements Drupal\Core\Queue\QueueInterface::deleteQueue(). |
Node::defineOptions |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php |
Retrieve the options when this is a new access
control plugin |
StatusExtraTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php |
Contains \Drupal\node\Tests\Views\StatusExtraTest. |
Stream::IS_WRITABLE |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
EntityReferenceItem |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Defines the 'entity_reference' entity field item. |
DbLogTest::$modules |
property |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Modules to enable. |
Router::$collection |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
HeaderBag::$headers |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
|
EmailTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php |
Modules to enable. |
BlockListController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Defines the block list controller. |
Schema::$connection |
property |
drupal/core/lib/Drupal/Core/Database/Schema.php |
|
CronForm::getFormID |
function |
drupal/core/modules/system/lib/Drupal/system/Form/CronForm.php |
Returns a unique string identifying the form. |
EmailTest::$profile |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php |
The profile to install as a basis for testing. |
ConfigTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ConfigTest.php |
|
FileLocator::locate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php |
|
CSRFAccessCheck.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/Access/CSRFAccessCheck.php |
Contains Drupal\rest\Access\CSRFAccessCheck. |
hook_data_type_info |
function |
drupal/core/modules/system/system.api.php |
Defines available data types for the typed data API. |
BanAdmin::getFormID |
function |
drupal/core/modules/ban/lib/Drupal/ban/Form/BanAdmin.php |
Returns a unique string identifying the form. |
CronForm::buildForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/CronForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
RoleAccessCheckTest |
class |
drupal/core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php |
Defines tests for role based access in routes. |
DeleteNode::execute |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DeleteNode.php |
Executes the plugin. |
CompositeExpression |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
Expression of Expressions combined by AND or OR operation. |
ajax_command_insert |
function |
drupal/core/includes/ajax.inc |
Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. |
CachedModuleHandler |
class |
drupal/core/lib/Drupal/Core/Extension/CachedModuleHandler.php |
Class that manages enabled modules in a Drupal installation. |
simpletest_log_read |
function |
drupal/core/modules/simpletest/simpletest.module |
Read the error log and report any errors as assertion failures. |
BanAdmin::buildForm |
function |
drupal/core/modules/ban/lib/Drupal/ban/Form/BanAdmin.php |
|
ExtendableInterface |
interface |
drupal/core/lib/Drupal/Core/Database/Query/ExtendableInterface.php |
Interface for extendable query objects. |
Header::removeValue |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
Remove a specific value from the header |
FilterTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php |
|
TestEventSubscriber |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
Breakpoint::$source |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php |
The breakpoint source. |
User::defineOptions |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/User.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
EntityInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Contains \Drupal\Core\Entity\EntityInterface. |
RdfMappingEventTest |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfMappingEventTest.php |
Test the RDF mapping events. |
Router::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Constructor. |