Search for alter
- Search 7.x for alter
- Search 8.9.x for alter
- Search 10.3.x for alter
- Search 11.x for alter
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AccountForm::alterPreferredLangcodeDescription | function | core/ |
Alters the preferred language widget description. |
AlterableInterface | interface | core/ |
Interface for a query that can be manipulated via an alter hook. |
AlterableInterface.php | file | core/ |
|
AlterableInterface::addMetaData | function | core/ |
Adds additional metadata to the query. |
AlterableInterface::addTag | function | core/ |
Adds a tag to a query. |
AlterableInterface::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
AlterableInterface::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
AlterableInterface::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
AlterableInterface::hasTag | function | core/ |
Determines if a given query has a given tag. |
AlterTest | class | core/ |
Tests the hook_query_alter capabilities of the Select builder. |
AlterTest.php | file | core/ |
|
AlterTest::testAlterChangeConditional | function | core/ |
Tests that we can alter a query's conditionals. |
AlterTest::testAlterChangeFields | function | core/ |
Tests that we can alter the fields of a query. |
AlterTest::testAlterExpression | function | core/ |
Tests that we can alter expressions in the query. |
AlterTest::testAlterRemoveRange | function | core/ |
Tests that we can remove a range() value from a query. |
AlterTest::testAlterWithJoin | function | core/ |
Tests that we can alter the joins on a query. |
AlterTest::testSimpleAlter | function | core/ |
Tests that we can do basic alters. |
AlterTest::testSimpleAlterSubquery | function | core/ |
Tests that we can do basic alters on subqueries. |
AttachedAssetsTest::testAlter | function | core/ |
Tests altering a JavaScript's weight via hook_js_alter(). |
AttachedAssetsTest::testLibraryAlter | function | core/ |
Adds a JavaScript library to the page and alters it. |
ClassWriter::alterAssert | function | core/ |
Alters the Assert class. |
ClassWriter::alterTestCase | function | core/ |
Alters the TestCase class. |
ClassWriter::flushAlteredCodeToFile | function | core/ |
Flushes altered class code to file when necessary. |
ColorSystemBrandingBlockAlter | class | core/ |
Provides a trusted callback to alter the system branding block. |
ColorSystemBrandingBlockAlter.php | file | core/ |
|
ColorSystemBrandingBlockAlter::preRender | function | core/ |
#pre_render callback: Sets color preset logo. |
color_block_view_system_branding_block_alter | function | core/ |
Implements hook_block_view_BASE_BLOCK_ID_alter(). |
color_form_system_theme_settings_alter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
color_library_info_alter | function | core/ |
Implements hook_library_info_alter(). |
ConfigSchemaAlterException | class | core/ |
Exception for when hook_config_schema_info_alter() adds or removes schema. |
ConfigSchemaAlterException.php | file | core/ |
|
ConfigSchemaTest::testConfigSchemaInfoAlter | function | core/ |
Tests hook_config_schema_info_alter(). |
Container::getAlternatives | function | core/ |
Provides alternatives for a given array and key. |
Container::getParameterAlternatives | function | core/ |
Provides alternatives in case a parameter was not found. |
Container::getServiceAlternatives | function | core/ |
Provides alternatives in case a service was not found. |
ContextualLinkManagerTest::testPluginDefinitionAlter | function | core/ |
Tests the plugins alter hook. |
CoreServiceProvider::alter | function | core/ |
Alters the UUID service to use the most efficient method available. |
DefaultPluginManager::$alterHook | property | core/ |
Name of the alter hook if one should be invoked. |
DefaultPluginManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
DefaultPluginManager::alterInfo | function | core/ |
Sets the alter hook name. |
DefaultPluginManagerTest::testDefaultPluginManagerWithAlter | function | core/ |
Tests the plugin manager with no cache and altering. |
DefaultSelection::reAlterQuery | function | core/ |
Helper method: Passes a query to the alteration system again. |
EntityRouteAlterSubscriber | class | core/ |
Registers the 'type' of route parameter names that match an entity type. |
EntityRouteAlterSubscriber.php | file | core/ |
|
EntityRouteAlterSubscriber::$resolverManager | property | core/ |
The entity resolver manager. |
EntityRouteAlterSubscriber::getSubscribedEvents | function | core/ |
|
EntityRouteAlterSubscriber::onRoutingRouteAlterSetType | function | core/ |
Applies parameter converters to route parameters. |
EntityRouteAlterSubscriber::__construct | function | core/ |
Constructs an EntityRouteAlterSubscriber instance. |
EntityViewBuilder::alterBuild | function | core/ |
Specific per-entity building. |
EntityViewHookTest::testHookEntityDisplayBuildAlter | function | core/ |
Tests hook_entity_display_build_alter(). |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.